C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class
The type of the key.
The type of the value.
Members

ObservableKeyValuePair<TKey,TValue> Class
Defines a key/value pair that can be set or retrieved.
Syntax
'Declaration
 
Public Class ObservableKeyValuePair
    (Of TKey,TValue) 
 
Type Parameters
TKey
The type of the key.
TValue
The type of the value.
Inheritance Hierarchy

System.Object
   C1.Win.Collections.ObjectModel.ObservableKeyValuePair<TKey,TValue>

See Also